[INFO] cloning repository https://github.com/yumanuralfath/rusmage
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yumanuralfath/rusmage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyumanuralfath%2Frusmage", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyumanuralfath%2Frusmage'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e0e4a3fe842dc32d2c5b0fa2678a1d225eba5da
[INFO] checking yumanuralfath/rusmage against try#d8be25549d5418405531341b4be6d8538fc3c42e for pr-156160-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyumanuralfath%2Frusmage" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yumanuralfath/rusmage
[INFO] finished tweaking git repo https://github.com/yumanuralfath/rusmage
[INFO] tweaked toml for git repo https://github.com/yumanuralfath/rusmage written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yumanuralfath/rusmage on toolchain d8be25549d5418405531341b4be6d8538fc3c42e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yumanuralfath/rusmage already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:fd22e2154e7db748230f413534f3a6d034160c9d2b7c14b90fba4e9bfc1a36d4" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 02c678c21b2f02fc23f194052daf7893a05e9f350bf6f03dba7a6d8ad27a669d
[INFO] running `Command { std: "docker" "start" "02c678c21b2f02fc23f194052daf7893a05e9f350bf6f03dba7a6d8ad27a669d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02c678c21b2f02fc23f194052daf7893a05e9f350bf6f03dba7a6d8ad27a669d" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02c678c21b2f02fc23f194052daf7893a05e9f350bf6f03dba7a6d8ad27a669d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "02c678c21b2f02fc23f194052daf7893a05e9f350bf6f03dba7a6d8ad27a669d" "/opt/rustwide/cargo-home/bin/cargo" "+d8be25549d5418405531341b4be6d8538fc3c42e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling xml-rs v0.8.25
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling cc v1.2.11
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling minifb v0.27.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking tempfile v3.16.0
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking rusmage v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: value assigned to `bit_depth` is never read
[INFO] [stdout]   --> src/main.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let mut bit_depth = 0;
[INFO] [stdout]    |                         ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 52 |                 bit_depth = data[8];
[INFO] [stdout]    |                 ------------------- `bit_depth` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `bit_depth` is never read
[INFO] [stdout]   --> src/main.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let mut bit_depth = 0;
[INFO] [stdout]    |                         ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 52 |                 bit_depth = data[8];
[INFO] [stdout]    |                 ------------------- `bit_depth` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `color_type` is never read
[INFO] [stdout]   --> src/main.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut color_type = 0;
[INFO] [stdout]    |                          ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 53 |                 color_type = data[9];
[INFO] [stdout]    |                 -------------------- `color_type` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `color_type` is never read
[INFO] [stdout]   --> src/main.rs:24:26
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let mut color_type = 0;
[INFO] [stdout]    |                          ^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 53 |                 color_type = data[9];
[INFO] [stdout]    |                 -------------------- `color_type` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.23s
[INFO] running `Command { std: "docker" "inspect" "02c678c21b2f02fc23f194052daf7893a05e9f350bf6f03dba7a6d8ad27a669d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02c678c21b2f02fc23f194052daf7893a05e9f350bf6f03dba7a6d8ad27a669d", kill_on_drop: false }`
[INFO] [stdout] 02c678c21b2f02fc23f194052daf7893a05e9f350bf6f03dba7a6d8ad27a669d
